Gets the value. this must not be in the null state. This function is also called for the implicit conversion to T.
The value held internally by this Nullable.
Precondition:
assert(!isNull);
See Implementation
Gets the value. this must not be in the null state. This function is also called for the implicit conversion to T.